home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 146
/
(Vol 146) Jan 07 2012.iso
/
Games
/
training_micromonk.swf
/
scripts
/
DefineSprite_121_proceed_screen
/
frame_20
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2012-01-07
|
175 b
|
8 lines
stop();
score_report.text = "Score: " + this.score;
level_report.text = "Proceed to level " + (this.level + 2);
nextlevel_button.onRelease = function()
{
play();
};